home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 27.zip / BS1 part 27 / Condo.V2.04_d2.adf / HelpFiles / ARexx  < prev    next >
Text File  |  1993-03-08  |  3KB  |  172 lines

  1. V- CurrentListenTo        |currentlistento|
  2. V- CurrentSpeakTo        |currentspeakto|
  3. C- InsertMessagePortList    |insertmessageportlist|
  4. C- ListenTo                |listento|
  5. V- MessageErrorCode        |messageerrorcode|
  6. V- MessageReturned        |messagereturned|
  7. C- ReplyARexxWith        |replyarexxwith|
  8. C- SendMessage            |sendmessage|
  9. C- SpeakTo                |speakto|
  10. V- TheMessage            |themessage|
  11. [E]
  12.  
  13. |currentlistento|
  14. WT {ARexxPortName}=CurrentListenTo
  15. PL Returns the "PortName" of the most
  16. PL recent ListenTo.
  17. PL
  18. PT SEE ALSO: 
  19. BS ListenTo
  20. ED
  21.  
  22. |currentspeakto|
  23. WT {ArexxPortName}=CurrentSpeakTo
  24. PL Returns the "PortName" of the most
  25. PL recent SpeakTo.
  26. PL
  27. PT SEE ALSO: 
  28. BS SpeakTo
  29. ED
  30.  
  31. |insertmessageportlist|
  32. WT InsertMessagePortList
  33. PL Types the list of all Public Message Ports
  34. PL into the current document.  Caution:  Not
  35. PL all ports listed are valid ARexx Ports.
  36. PL
  37. PT SEE ALSO: 
  38. BS SpeakTo
  39. ED
  40.  
  41. |listento|
  42. WT ListenTo {ARexxPortName}
  43. PL Specifies the name of the "PortName" for
  44. PL receiving messages.
  45. PL
  46. PT SEE ALSO: 
  47. BS SpeakTo
  48. PT , 
  49. BS CurrentListenTo
  50. PL  and..
  51. PT           ..
  52. BS InsertMessagePortList
  53. ED
  54.  
  55. |messageerrorcode|
  56. WT {ErrorCode}=MessageErrorCode
  57. PL The error code which was returned from the
  58. PT last 
  59. BS SendMessage
  60. PL  command used.  If this was
  61. PL a call to another CanDo application, that
  62. PT application replied with 
  63. BS ReplyARexxWith
  64. PL .
  65. PL
  66. PT SEE ALSO: 
  67. BS MessageReturned
  68. PT .
  69. ED
  70.  
  71. |messagereturned|
  72. WT {Message}=MessageReturned
  73. PL The message which was returned from the
  74. PT last 
  75. BS SendMessage
  76. PL  command used.  If this was
  77. PL a call to another CanDo application, that
  78. PT application replied with 
  79. BS ReplyARexxWith
  80. PL .
  81. PL
  82. PT SEE ALSO: 
  83. BS MessageErrorCode
  84. PT .
  85. ED
  86.  
  87. |replyarexxwith|
  88. WT ReplyARexxWith <flags> [,{Message or ErrorCode}]
  89. PL This command is used to reply ARexx messages
  90. PL sent to this CanDo application. This command
  91. PL can only be used by a script that is used
  92. PL by an ARexx Object.
  93. PL
  94. PT SEE ALSO: 
  95. BS SendMessage
  96. PT  and Next Page.
  97. NP replyarexxwith2
  98. ED 
  99.  
  100. |replyarexxwith2|
  101. WT ReplyARexxWith <flags> [,{Message or ErrorCode}]
  102. PT Flag    
  103. BS MessageErrorCode
  104. PT     
  105. BS MessageReturned
  106. PL
  107. PL ----    ----------------    ---------------
  108. PL NOERROR       0                 nothing
  109. PL ERROR   5 or {ErrorCode}        nothing
  110. PL MESSAGE       0         nothing or {Message}
  111. PP replyarexxwith
  112. ED
  113.  
  114. |sendmessage|
  115. WT SendMessage {Message} [,<flags>]
  116. PL Sends an ARexx message to the port specified
  117. PT by the 
  118. BS SpeakTo
  119. PL  command.  If no flags are
  120. PL given, then the command will wait for a
  121. PL reply before continuing.  The reply will be
  122. PT found in 
  123. BS MessageReturned
  124. PL .
  125. PL SEE ALSO: Next Page for flags
  126. NP sendmessage2
  127. ED
  128.  
  129. |sendmessage2|
  130. WT SendMessage {Message} [,<flags>]
  131. PL If NORESULTS is specified, then no message
  132. PL will be returned, but the script will wait
  133. PT for a reply, to get the 
  134. BS MessageErrorCode
  135. PL .
  136. PL If ASYNC is used instead, then the script
  137. PL will not even wait for the reply.
  138. PT SEE ALSO: 
  139. BS ReplyARexxWith
  140. PT .
  141. PP sendmessage
  142. ED
  143.  
  144. |speakto|
  145. WT SpeakTo {ARexxPortName}
  146. PL Tells CanDo the name of the ARexx
  147. PL port to send messages to.
  148. PL
  149. PT SEE ALSO: 
  150. BS ListenTo
  151. PT , 
  152. BS CurrentSpeakTo
  153. PL ,
  154. PT           
  155. BS SendMessage
  156. PL  and..
  157. PT           ..
  158. BS InsertMessagePortList
  159. ED
  160.  
  161. |themessage|
  162. WT {string}=TheMessage
  163. PL This is the last message received by an
  164. PL ARexx Object.
  165. PL 
  166. PT SEE ALSO: 
  167. BS ListenTo
  168. PT  and 
  169. BS ReplyARexxWith
  170. PL .
  171. ED
  172.